SftTree/OCX 7.0

SftTreeHeaders.ResizeColumn Property

Softel vdm, Inc.

Returns the column number currently being resized.

Syntax       

 

Get

VB.NET

ColIndex = object.ResizeColumn  As Short

VB

ColIndex = object.ResizeColumn  As Integer

C#.NET

short ColIndex = object.ResizeColumn;

VC++

short ColIndex = object->ResizeColumn;
short ColIndex = object->GetResizeColumn();

C

HRESULT object->get_ResizeColumn(short* ColIndex);

Delphi

ColIndex := object.ResizeColumn   : Smallint;

object

A SftTreeHeaders object.

ColIndex

Returns the column number currently being resized. -1 is returned if the splitter bar is repositioned.

Comments

The ResizeColumn property returns the column number currently being resized.

This property is only valid while a ColumnSize or ColumnSizeStarted event occurs. 

See Also  SftTreeHeaders Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com